home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWString / DOSMake.bmk next >
Encoding:
Text File  |  1994-04-21  |  1.6 KB  |  58 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                DOSMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11. __ComponentName = FWString
  12.  
  13. __IncludeDirs = \
  14. -I$(OPF)\Found\FWCommon\Include \
  15. -I$(OPF)\Found\FWTaskG\Include \
  16. -I$(OPF)\Found\FWRunTyp\Include \
  17. -I$(OPF)\Found\FWDebug\Include \
  18. -I$(OPF)\Found\FWExcLib\Include \
  19. -I$(OPF)\Found\BCCollec\Support \
  20. -I$(OPF)\Found\BCCollec\Structs\Maps \
  21. -I$(OPF)\Found\FWStream\Include \
  22. -I$(OPF)\Found\FWArchiv\Include \
  23. -I$(OPF)\Found\FWString\Include
  24.  
  25. __ComponentLibs = \
  26. !ifdef __BORLANDC__
  27.     $(BEDBORLANDDIR)\Lib\crtldll.lib \
  28.     $(BEDBORLANDDIR)\Lib\import.lib \
  29. !else ifdef _BEDWIN32S
  30.     Kernel32 \
  31. !endif
  32.     $(_BEDLIBDIR)\FWCommon \
  33.     $(_BEDLIBDIR)\FWExcLib \
  34.     $(_BEDLIBDIR)\FWDebug \
  35.     $(_BEDLIBDIR)\FWTaskG \
  36.     $(_BEDLIBDIR)\FWRunTyp \
  37.     $(_BEDLIBDIR)\FWArchiv
  38.  
  39. __ComponentObjects = \
  40. !ifdef __BORLANDC__
  41.     $(BEDBORLANDDIR)\Lib\C0DL.obj \
  42. !endif
  43.     $(_BEDLIBDIR)\FWLocMap.obj \
  44.     $(_BEDTARGETOBJECTSDIR)\FWCharac.obj \
  45.     $(_BEDTARGETOBJECTSDIR)\FWCharIt.obj \
  46.     $(_BEDTARGETOBJECTSDIR)\FWStrToo.obj \
  47.     $(_BEDTARGETOBJECTSDIR)\FWStrs.obj \
  48.     $(_BEDTARGETOBJECTSDIR)\FWLibM.obj \
  49.     $(_BEDTARGETOBJECTSDIR)\FWWep.obj \
  50.     $(_BEDTARGETOBJECTSDIR)\FWStrgAr.obj
  51.  
  52. __ComponentResources =
  53.  
  54.  
  55. #####################################################################################
  56. # Dependencies
  57. #####################################################################################
  58.